Skip to content
This repository was archived by the owner on Jan 17, 2022. It is now read-only.

Updated the service. #112

Merged
merged 1 commit into from
Mar 4, 2017

Conversation

millerscout
Copy link
Collaborator

  • updated example in folder.
  • updated service, so that's possible to make chainable methods.
  • removed promises... it's better to call the callback instead it's a straight forward solution :P
  • removed deferList (not needed anymore)
  • updated directive so it's not listening to an trigger anymore.

updated version and build

Update README.md

@millerscout
Copy link
Collaborator Author

I was working on the typescript version, while i was re-writing some parts i noticed some things could be simplified, so i did it :)

example/app.js Outdated
showBullets: true,
exitOnOverlayClick: false,
exitOnEsc:false,
nextLabel: '<strong>Proximo!</strong>',
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please can you keep these in English

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure , i'll look onto that tonight

@millerscout millerscout force-pushed the ngIntroAsService-fixes branch 5 times, most recently from c5fc4d5 to f8d3a43 Compare March 2, 2017 02:31
@millerscout
Copy link
Collaborator Author

i reviewed the code the code again, and updated the examples and readme.md.

  • added a small feature, that i miss on introJs, disable/enable buttons when the introjs is open when the button has the directive on it.

- updated service, so that's possible to make chainable methods.
- removed promises... it's better to call the callback instead;
- removed deferList.
- removed triggers from directive, it wasn't  a clean solutions, now it's using the service directly,.
- updated version and build
- Update README.md
- added ´ng-intro-disable-button´ a directive responsible to disable/enable buttons when the intro opens and when the directive is added to a DOM.
-  updated the example.
- added wiki url;
- fixed some typos.
- fixed version.
@millerscout millerscout force-pushed the ngIntroAsService-fixes branch from f8d3a43 to 04bf5db Compare March 4, 2017 00:31
@millerscout millerscout merged commit fda70b0 into mendhak:master Mar 4, 2017
@millerscout millerscout deleted the ngIntroAsService-fixes branch March 4, 2017 00:40
millerscout added a commit that referenced this pull request Mar 4, 2017
- removed triggers, as it's faster work with callbacks directly and give control to the developer that needs it.
- updated examples.
- added a directive to help disable buttons when needed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants